Output tms-marker at beginning as suggested by tiger spec.
authorrobertl <robertl>
Thu, 16 Jan 2003 03:00:34 +0000 (03:00 +0000)
committerrobertl <robertl>
Thu, 16 Jan 2003 03:00:34 +0000 (03:00 +0000)
tiger.c

diff --git a/tiger.c b/tiger.c
index b096875d7b8d039722fe9961707b7940cf32a76d..e6b1ca90e744ad361230a17a39367a17d6d788bf 100644 (file)
--- a/tiger.c
+++ b/tiger.c
@@ -96,6 +96,7 @@ gpsutil_disp(const waypoint *wpt)
 static void
 data_write(void)
 {
+       fprintf(file_out, "#tms-marker\n");
        waypt_disp_all(gpsutil_disp);
 }